home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / loadIn.dxr / exitFrameScripts_18.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  329 b   |  16 lines

  1. on exitFrame me
  2.   global gTutorialInProgress, gNavMan
  3.   unload()
  4.   if gTutorialInProgress then
  5.     gTutorialInProgress = VOID
  6.     workingPath = getWorkingPath(gNavMan)
  7.     if pc() then
  8.       sep = "\"
  9.     else
  10.       sep = ":"
  11.     end if
  12.     tutePath = workingPath & "tutorial" & sep & "tutorial"
  13.     go(1, tutePath)
  14.   end if
  15. end
  16.